home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19950726-19950929 / 000039_news@columbia.edu_Sun Jul 30 15:07:39 1995.msg < prev    next >
Internet Message Format  |  1995-12-25  |  6KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA27475
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sun, 30 Jul 1995 11:07:49 -0400
  3. Received: by apakabar.cc.columbia.edu id AA27089
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sun, 30 Jul 1995 11:07:47 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc,comp.sys.mac.comm
  8. Subject: Re: MacKermit throughput
  9. Date: 30 Jul 1995 15:07:39 GMT
  10. Organization: Columbia University
  11. Lines: 99
  12. Message-Id: <3vg77r$qef@apakabar.cc.columbia.edu>
  13. References: <3vbvee$q7g@garlic.com>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Keywords: MacKermit throughput tuning
  16. Xref: news.columbia.edu comp.protocols.kermit.misc:3311 comp.sys.mac.comm:116557
  17. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  18.  
  19. In article <3vbvee$q7g@garlic.com>, Chris Jewell <chrisj@puffin.com> wrote:
  20. : Someone has recommended that my employer and a customer use MacKermit
  21. : to transfer files between a pair of distant Macs via modem.  I recall
  22. : that early implementations of Kermit suffered from performance
  23. : problems due to packet-size restrictions and the like.  From time to
  24. : time, I have seen Frank da Cruz assert (without contradiction except
  25. : perhaps from Chuck Forsberg <grin>) that complaints about Kermit
  26. : performance result from using commercial commware that contains old,
  27. : out-of-date implementations of the protocol, or from failure to adjust
  28. : the setup to take advantage of 8-bit channels, large packets, etc.,
  29. : and that anyone using the current production releases of the Columbia
  30. : U. programs C-Kermit and MS-KERMIT should be able to obtain something
  31. : close to the bandwidth limit on Kermit transfers, provided they pay
  32. : attention to tuning.
  33. : Can anyone tell me whether the currently available MacKermit has an
  34. : up-to-date protocol engine in it...
  35. :
  36. Yes, it does.
  37.  
  38. : ... and thus is tunable to near-optimum
  39. : throughput, or whether it contains one of those old, inescapably slow
  40. : implementations?
  41. :
  42. No, it doesn't.
  43.  
  44. : I'm perfectly happy to drum up a couple of
  45. : registration payments for ZTerm or whatever and use Zmodem protocol if
  46. : MacKermit is slow, but if MacKermit performs well I'm also perfectly
  47. : happy to recommend that we use it: all I need is a little information.
  48. : Email and I'll summarize to save bandwidth.
  49. :
  50. No need for that, this is the definitive answer.
  51.  
  52. While Mac Kermit might not be among our premiere implementations, it is
  53. at least up to date with respect to the protocol engine.  It lags behind
  54. in the Mac-specific aspects, due to a chronic shortage of capable
  55. volunteer Macintosh programmers and the ever-changing nature of the
  56. Macintosh platform and OS themselves.  Thus, if you can get it to work
  57. at all on your Mac (it does on most), and if you can make it transfer
  58. files at all (the latest "non-releases" do), then you should be able to
  59. tune it optimally.
  60.  
  61. Here is the current canned blurb describing Mac Kermit:
  62.  
  63. CURRENT STATE OF MACINTOSH KERMIT
  64.  
  65. Mac Kermit 0.991(190) dated 16 August 1994, or later, fixes the problem with
  66. downloading under newer System releases (7.1.x).  Now files can be downloaded
  67. on newer systems such as Centris 660 AV with OS 7.1, Power Mac 7100/66 with OS
  68. 7.1.2, etc, without bombs or other nasty effects.  It should also fix certain
  69. binary/text-mode confusion that seemed to result in corrupted files when
  70. downloading in binary mode.
  71.  
  72. As of June 3, 1995, there is also a version modified to use the Communications
  73. Toolbox if available, which hopefully should eliminate a lot of the problems
  74. people have been reporting concerning "Problem closing RAM serial driver",
  75. etc, as well as problems finding and using some of the more unusual types of
  76. communication ports on newer Mac models.
  77.  
  78. The last formal release of Mac Kermit was 0.9(40) in 1988.  Unfortunately, it
  79. does not work very well on newer Macintoshes or Systems.  However, newer
  80. versions are too big for 512K Macs or below, so you'll have to run 0.9(40) on
  81. these old models.
  82.  
  83. A great deal of work has been done on the program since 1988, but the result
  84. (so far) is still not of release quality, though it is quite suitable for most
  85. purposes.
  86.  
  87. The current pre-pre-release of Mac Kermit (still far from a final release) is
  88. 0.991(190), based on C-Kermit 5A(190).  It is available via anonymous FTP
  89. from kermit.columbia.edu [128.59.39.2], directory kermit/f.
  90.  
  91. A comprehensive user manual will be published when the final 1.0 release is
  92. complete.  Sorry, I can't give any reasonable estimate about when that will
  93. be.  Mac Kermit files: ftp from kermit.columbia.edu in text mode from the
  94. kermit/f directory:
  95.  
  96.   ckm190.hqx -- current prerelease of Mac Kermit in BinHex 4.0 format
  97.   ckmker.doc -- user documentation for 0.9(40), the previous release (1988)
  98.   ckmker.ps  -- PostScript version of user documentation for 0.9(40)
  99.   ckmker.bwr -- Notes about the current prerelease, FAQ's, etc
  100.   ckmker.fon -- Notes about the new Mac Kermit terminal emulation font
  101.  
  102. and in the kermit/charsets directory:
  103.  
  104.   maclatin.* -- The new Mac Kermit font itself
  105.  
  106. The June 3 Communications Toolbox Test version is in:
  107.  
  108.   kermit/mac/mackermit.hqx.  UnBinHex it and then you have a self-extracting
  109.   archive (SEA), which you can click on to unpack into the Kermit app.
  110.  
  111. Read the ckmker.bwr ("beware") file for further details.
  112.  
  113. (End of ckmaaa.hlp)
  114.  
  115.